testing.fuzzContext.deps (field)

9 uses

	testing (current package)
		fuzz.go#L250: 			if err := f.fuzzContext.deps.CheckCorpus(c.Values, types); err != nil {
		fuzz.go#L257: 		c, err := f.fuzzContext.deps.ReadCorpus(filepath.Join(corpusDir, f.name), types)
		fuzz.go#L334: 				defer f.fuzzContext.deps.SnapshotCoverage()
		fuzz.go#L335: 				f.fuzzContext.deps.ResetCoverage()
		fuzz.go#L351: 		err := f.fuzzContext.deps.CoordinateFuzzing(
		fuzz.go#L378: 		if err := f.fuzzContext.deps.RunFuzzWorker(func(e corpusEntry) error {
		fuzz.go#L455: 	deps testDeps
		fuzz.go#L482: 	fctx := &fuzzContext{deps: deps, mode: seedCorpusOnly}
		fuzz.go#L540: 		deps: deps,